StaticGameObject

Undocumented in source.

Constructors

this
this(MainGameObject root)
Undocumented in source.

Members

Functions

load
void load(string[string] s)
Undocumented in source. Be warned that the author may not have intended to support it.
save
void save(string[string] s)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

x
float x;
y
float y;
z
float z;
Undocumented in source.

Inherited Members

From GameObject

LEFT_KEY
anonymousenum LEFT_KEY
Undocumented in source.
root
MainGameObject root;
Undocumented in source.
frame
long frame;
Undocumented in source.
state
ulong state;
Undocumented in source.
models
ObjFile*[string] models;
Undocumented in source.
screens
ObjFile*[SC] screens;
Undocumented in source.
collision_objects
Vector[][string][string] collision_objects;
Undocumented in source.
draw
void draw(GlobalState gs)
Undocumented in source. Be warned that the author may not have intended to support it.
tick
bool tick(GlobalState gs)
Undocumented in source. Be warned that the author may not have intended to support it.
reset_frame
void reset_frame()
Undocumented in source. Be warned that the author may not have intended to support it.
gframe
ulong gframe [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta